Pet Store Web Service
Pet Store Web Service / Everything about your Pets Resource Group / addPet (Post)
In This Topic
    PostaddPet
    In This Topic

    Resource Path: /pet

    Description
    Add a new pet to the store
    Request

    The request body is of type Pet.

    Pet object that needs to be added to the store

    Overview

    Pet
    Represents a single Pet in the Store.
    id : integer
    Unique identifier for this pet.
    category : Category
    Pet category.
    id : integer
    Unique identifier for this category.
    name : string
    Category Name.
    name : string
    Pet Name.
    photoUrls : Array[string]
    Photo Urls.
    tags : Array[Tag]
    Tags currently applied to this Pet.
    id : integer
    Unique identifier for this tag.
    name : string
    Tag Name.
    status : string
    Pet Status.
    Fault Responses
    FaultDescription
    Invalid input
    See Also